home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-10-05 | 4.8 KB | 116 lines | [TEXT/ttxt] |
- (view this file in a fixed point type)
-
- PasteIt notes is intended to be used to replace those sticky yellow
- notes that many people have stuck all over the place. Just create a
- pasteit note and 'stick' it on your screen wherever you like. It
- will stay there until you move it or delete it (assuming that the
- application is running).
-
- All of your notes will be stored in a "PasteIt Notes Data" document
- in the same folder as the application. You may move this document to
- your system folder if you wish.
-
- APPLE MENU ITEMS
- About Pasteit Notes - This window (you can copy or save this
- window if your wish).
- Shareware Form - Please read it!
-
-
- FILE MENU ITEMS
- New Note - Create a new note (use the default
- attributes).
- Delete Note - Delete the current note. You will be
- asked if you really want to destroy it.
- Save Note - Save the current note to the "PasteIt
- Notes Data" document.
- Save All Notes - Save all notes to the "PasteIt Notes
- Data" document.
- Revert Note to Saved - Undo ALL changes to the current note
- since the last save was performed.
- Page Setup - Set up the printer parameters.
- Print Note - Print the current note.
- Quit - Quit Pasteit Notes. You will be asked
- if wish to save any unsaved notes).
-
- EDIT MENU ITEMS
- Undo - Undo the last operation.
- Cut - Cut the selected text.
- Copy - Copy the selection to the clipboard.
- Paste - Paste the clipboard to the window.
- Clear - Delete the selected text.
- Show Clipboard - Show the contents of the Clipboard in a
- new window (this window is NOT a
- pasteit note).
-
- NOTES MENU ITEMS
- Set Note Title - Set the note's title. If some text is
- selected it will use that text for the
- new title.
- Set Note Defaults - Have all new notes use the current
- note's shape, font, size and style.
- Clean Up - Hierarchical Menu -- see below.
- Font - Hierarchical Menu -- see below.
- Style - Hierarchical Menu -- see below.
- Size - Hierarchical Menu -- see below.
- Alignment and Spacing - Hierarchical Menu -- see below.
- Set Tab Stops… - Set the tabstop conversion. Tabs will
- be converted to spaces. The tab
- characters can not be recovered. Set
- this to zero if you don't wish special
- tab handling.
-
- CLEAN UP
- Resize all notes to the default size. Stack the notes along the
- left or right edge of the screen.
-
- FONT MENU ITEMS
- All available fonts are listed. The font being used for the current
- note will be checkmarked. Each note may have its own font. The
- note's font will be saved and restored.
-
- STYLE MENU ITEMS
- Pasteit Notes supports the following style attributes: Bold,
- Italic, Underline, Outline, Shadow, Condensed, Extended. The
- attributes being used for the current note will be checkmarked.
- Each note may have its own set of attributes. The note's
- attributes will be saved and restored.
-
- SIZE MENU ITEMS
- Several point sizes are listed. The point size being used for
- the current note will be checkmarked. Each note may have its own
- point size. The note's point size will be saved and restored.
- The "Other..." item will bring up a dialog box in which any
- point size may be entered.
-
- ALIGNMENT AND SPACING
- Set the alignment to (left, center, right) or the spacing to
- (one, one and a half, double).
-
- WINDOWS MENU ITEMS
- Cycle Windows - Cycle through all active notes.
- (other items) - The rest of the items are the titles of
- the currently open notes. Selecting one
- of the menu items will bring that note
- to the front.
-
- VERSION HISTORY
- (changes from 1.0 to 1.0.1)
- 1. The following sequence was causing a crash.
- Create a new note
- Set its title
- Save it
- Change its title to a longer title
- Save it
-
- This was due to overwriting the handle used to store the
- title in the resource (there was a missing SetHandleSize()). The
- application heap was getting corrupted.
-
- 2. An unlocked handle was being dereferenced during a
- memory move operation (no crashes were reported for this
- one).
-
- 3. A indication has been added to the title bar for dirty
- (not saved) notes.
-
-